Vcenter Content Registries Harbor StorageSpec

Vcenter Content Registries Harbor StorageSpec
Vcenter Content Registries Harbor StorageSpec

This schema is deprecated as of vSphere API 8.0.1.00200.

The Vcenter Content Registries Harbor StorageSpec schema contains the specification required to configure storage associated with a Harbor registry. In this version, Harbor registry is created in Kubernetes environment, information in this schema will result in storage quotas on a Kubernetes namespace.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "policy": "string",
    "limit": 0
}
string
policy
Required

This property is deprecated as of vSphere API 8.0.1.00200.

Identifier of the storage policy.

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: SpsStorageProfile. When operations return a value of this schema as a response, the property will be an identifier for the resource type: SpsStorageProfile.

integer As int64 As int64
limit
Optional

This property is deprecated as of vSphere API 8.0.1.00200.

The maximum amount of storage (in mebibytes) which can be utilized by the registry for this specification.

This property was added in vSphere API 7.0.0.0.

If missing or null, a default limit of 204800 mebibytes will be set as the registry's storage capacity.